SftTree/OCX 7.0

SftTreeItems.GridVerticalColor Property

Softel vdm, Inc.

Defines the color used to draw vertical grid lines.

Syntax       

Get

VB.NET

Clr = object.GridVerticalColor  As UIntegerLanguage-specific information

VB

Clr = object.GridVerticalColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.GridVerticalColor;

VC++

OLE_COLOR Clr = object->GridVerticalColor;
OLE_COLOR Clr = object->GetGridVerticalColor();

C

HRESULT object->get_GridVerticalColor(OLE_COLOR* Clr);

Delphi

Clr := object.GridVerticalColor  : Cardinal;

Put

VB.NET

object.GridVerticalColor = Clr  As UIntegerLanguage-specific information

VB

object.GridVerticalColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.GridVerticalColor = Clr;

VC++

OLE_COLOR object->GridVerticalColor = Clr;
void object->PutGridVerticalColor(OLE_COLOR Clr);

C

HRESULT object->put_GridVerticalColor(OLE_COLOR Clr);

Delphi

object.GridVerticalColor := Clr  : Cardinal;

object

A SftTreeItems object.

Clr

Defines the color used to draw vertical grid lines.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

The GridVerticalColor property defines the color used to draw vertical grid lines.

Based on the Items.GridStyle property, grid lines are displayed using the specified color Clr. If Clr is set to -1, a suitable default color is used based on the operating system and current Windows theme used.

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com